Welcome![Sign In][Sign Up]
Location:
Search - socket gprs

Search list

[Internet-NetworkTcpSocketClass

Description: vc源代码,用于windows环境下socket编程,相关的方法封装成类Class,非常好用,并且支持多线程环境下使用。-vc source code for windows environment socket programming, related to the encapsulation method Class category, very convenient, and to support multithreaded environment.
Platform: | Size: 3072 | Author: lvzhuqiang | Hits:

[Windows CEGPRSDemo

Description: 【软件名称】 《Windows Mobile中如何建立GPRS连接以便Socket能正常通信》 【版 本】 1.0.0 【操作系统】 Windows Mobile 5.0 【作 者】 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn 【软件说明】 手机开通GPRS以后,我们的 socket 程序还不能直接建立网络连接,需要用连接管理器来获取当前可用连接,并自动选择一个最佳的连接途径,然后启用这个连接, 在连接启动成功以后再用 socket 进行网络连接方可正常进行。源代码中封装了一个连接管理的类和测试代码,可以清楚地看到 Windows Mobile 在 socket 编程之前 到底需要做什么样的操作。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! 【开发日期】 2007-12-11 01:23:56-err
Platform: | Size: 159744 | Author: 谢红伟 | Hits:

[Internet-NetworkGprsNetServe

Description: 基于CSocket的网络编程及ADO数据库的存放与浏览。可以选定侦听端口,待有连接进入后,进行双工通讯,并将通讯消息存放在ADO数据库中。此程序为服务端程序。(原创)-CSocket-based network programming and ADO database storage and browsing. Listener port can be selected after they have been connected into the post for duplex communication, and communication information stored in the ADO database. This procedure for the service client procedures. (Original)
Platform: | Size: 636928 | Author: 李远金 | Hits:

[3G developGPRSDemo

Description: 需要用 Windows Mobile 来做通信处理,需要将手机端的数据通过GPRS传送至公网上的一个服务器上。数据传输我采用的是socket,用数据线+ActiveSync调试通过,数据传输正常,在准备将软件提交给质检部门的时候,用真正的GPRS来做通信测试时-Need to use Windows Mobile do deal with communications, the need to end mobile data transmission through GPRS Internet至公a server. Data I used socket, with data lines+ ActiveSync debug is passed, the normal data transmission, in preparation software submitted to the quality inspection departments, the use of real GPRS communications tests do
Platform: | Size: 33792 | Author: pudncom12 | Hits:

[Communication-Mobilegprsc

Description: :gprs终端,VB、控件、协议,WINSOCKET控件,Winsock控件,gprs,cdma,gprs编程,gprs模块,gprs终端,gprs modem,gprs无线,modem,终端,gprs设备,cdma模块,cdma终端,cdma modem,产品,无线,无线数据传输,数据传输,编程,gprs数据编程,tcp,ip,udp, Winsock dll, Winsock ocx控件,Winsock ocx, Winsock函数, Winsock编程,WINSOCKET,Sockets,Socket,tcp协议,ip协议,ppp,ppp协议,udp协议,下载,示例,编程示例,示例代码,源代码。单片机,mc51,mc51单片机,430,plc,组态软件,组态王,8051,89c52等。无线传输,无线上网,gprs无线上网,终端。Internet,网络,网络编程。网络设计,gprs组网方式,gprs,tcp/ip包,tcp/ip数据包,tcp/ip数据包格式,报文格式,-err
Platform: | Size: 99328 | Author: jinming | Hits:

[WAP developmtk_socket

Description: MTK 连接SOCKET,适用于手机WAP编程-MTK connect SOCKET, applicable to mobile phone WAP Programming
Platform: | Size: 5120 | Author: abc | Hits:

[Internet-Networkkj95

Description: LINUX系统下基于ARM处理器的使用GPRS方式通过SOCKET数据包进行煤矿瓦斯监控的程序.这是在黑龙江省现场运行的程序源代码.-LINUX system based on ARM processors through the use of GPRS packets SOCKET mine gas monitoring procedures. This is the scene of Heilongjiang Province in the operation of source code.
Platform: | Size: 60416 | Author: | Hits:

[Internet-NetworkPPC_Create_GPRS_to_Socket

Description: PPC 中建立GPRS连接进行Socket通信,PP C 中建立GPRS连接进行Socket通信-PPC to establish GPRS connection Socket Communications, PP C to create a GPRS connection Socket Communications
Platform: | Size: 45056 | Author: wsh | Hits:

[TCP/IP stackTT62_GPRS_DTU

Description: TT62嵌入式GPRS DTU模块用户手册 3.0 TT6X GPRS DTU(简称DTU),是一款使用GPRS进行无线数据传输的设备。支持PPP、TCP、UDP、DNS等众多复杂网络协议和SOCKET插口标准,为用户提供全透明数据传输和用户自定义协议传输两种模式。 同时支持点对点、点对多点、设备间、设备与中心间等各种不同的通讯模式。 用户不用关心复杂的网络通信协议、通过串行口,就可以进行无线数据收发,让你的设备随时随地接入Internet。 本DTU产品支持TCP和UDP两种报文格式,用户可以自由选择。产品已广泛应用于电力监控、数据采集/传输、水污染监控、森林防火、气象数据采集、远程抄表、ATM机、彩票投注机、油田等领域。无需任何布线就可以解决野外数据传输的难题。只要有GPRS网络的地方、TT6X DTU就可以为你提供无线数据传输服务。 -TT62 Embedded GPRS DTU module user manual 3.0
Platform: | Size: 1040384 | Author: 姜飞 | Hits:

[Linux-UnixFTPService

Description: ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RETR STOR APPE REST RNFR,RNTO ABOR DELE RMD,XRMD MKD,XMKD PWD,XPWD LIST NLST SYST STAT SIZE HELP NOOP
Platform: | Size: 292864 | Author: | Hits:

[Windows MobileCmnetConn

Description: 用连接管理器API可以对Windows Mobile的GPRS连接进行管理,由程序发起连接GPRS请求完成连接的建立,但是有时候不那么幸运,Internet设置里多了一些其他无效的连接或者是复位后所有连接都丢失了,那我们应该主动创建自己的连接,然后实现联网。-Connection Manager API can be used on Windows Mobile' s GPRS connection management program initiated by the GPRS connection set up request to complete the connection, but sometimes not so lucky, Internet settings in more than a number of other invalid connection or reset all the connections are lost, then we should take the initiative to create their own connection, and then networked.
Platform: | Size: 190464 | Author: 谢红伟 | Hits:

[OtherGPSGPRS

Description: 完成gps数据的接收解析及通过GPRS socket通信传输数据-Gps receiver complete data analysis and data transmission via GPRS socket communication
Platform: | Size: 4096 | Author: chairui | Hits:

[Delphi VCLGPRS_Server

Description: 基于Socket协议的GPRS服务器,用Delphi编写的-Socket protocol based on GPRS server, written with Delphi
Platform: | Size: 1363968 | Author: 王林玉 | Hits:

[androidAndroid1001NetWork

Description: Android的网络编程: 概述:手机网络分为语音网络和数据网络,语音网络是GSM网 语音网络——移动通信网 数据网络——3G广域网,GPRS网 连接数据网络的多种形式:Socket,HTTP,蓝牙,wifi 现在主流是WCDMA-Android' s network programming: Overview: Mobile phone network is divided into voice and data networks, voice networks are GSM network voice networks- mobile communication network data network- 3G WAN, GPRS data network connectivity in various forms: Socket, HTTP, Bluetooth, wifi is now mainstream WCDMA
Platform: | Size: 52224 | Author: liu | Hits:

[JSP/JavaDTU-DATACENTER

Description: GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通过该类调用其他子类。 其中:DataReceiver.java 包括主程序main,以及TCP/IP 接收数据的实现。 DataAnalysis.java 对接受的数据按照既定格式进行拆分 DataBase.java 将数据写入Mysql数据库 DataStructure.java 规定数据格式 TwoThread.java 开启多线程功能 post.java 实现向新浪网备份数据 GetIP.java 获取本机固定IP-GPRS DTU data center source code, you can also use the actual cdma DTU to accept the program written in Java, which, ... \ WSNserver \ src for the source file, ... \ WSNserver \ bin for the executable program. The project file folder opened directly available eclipse for java compiler. Compilation is important to note that the library will be java-mysql placed in C: \ Program Files \ Java \ jre6 \ lib \ ext path. This procedure is only used outside this a Java class libraries. In the source file, DataReceiver.java main classes, the class called by other sub-categories. Of which: DataReceiver.java including the main program main, and TCP/IP implementation to receive data. DataAnalysis.java of the received data in accordance with the established format for split DataBase.java to write data to Mysql database DataStructure.java data format requirements TwoThread.java on multithreading post.java Sina backup data to achieve GetIP.java fix
Platform: | Size: 31744 | Author: 刑名 | Hits:

[Internet-NetworkGPRS

Description: 基于socket网络通讯技术,实现GPRS模块的多线程数据传输-GPRS module, multi-threaded socket based network communication technology, data transmission
Platform: | Size: 12314624 | Author: sl | Hits:

[CSharpGPRS

Description: gprs类库 socket类实现通讯 收发文件收发数据-send and receive data gprs class library socket class that implements the communication send and receive files
Platform: | Size: 20480 | Author: 机缘只有一次 | Hits:

[Linux-Unixpep-gprs

Description: GPRS over Phonet pipe end point socket
Platform: | Size: 3072 | Author: tongzeikong | Hits:

[Internet-Networkclient

Description: TCP/IP 协议主要用于socket通信 gprs模块检测-TCP IP socket GPRS GPS
Platform: | Size: 2048 | Author: 张韦 | Hits:

[File Formatsocket

Description: MTK平台下使用socket实现http通讯,实现GPRS联网基本应用-Use the MTK platform realize http socket communication, to achieve the basic GPRS network applications
Platform: | Size: 6144 | Author: timsir | Hits:
« 1 23 4 »

CodeBus www.codebus.net